home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / The Ugly Stick / source code / Prefix.d.h < prev    next >
Text File  |  1997-06-27  |  169b  |  18 lines

  1. /*
  2.     File:        Prefix.d.h
  3.  
  4.     Contains:    <contents>
  5.  
  6.     Written by: Kevin Hewitt & Tim Knox
  7.  
  8.     Copyright:    <copyright>
  9.  
  10. */
  11.  
  12.  
  13. #define DEBUG 1
  14.  
  15. #if DEBUG
  16. #pragma traceback on
  17. #endif
  18.